-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for bitmap in ROFRecords #13385
Conversation
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
@mconcas if you want, you can set it first to the vertices rofrecord vector than copy it to track's rofrecords, but only the latter is loaded in the AODProducer. |
Ah true, I would then just keep this logic just to save one extra iteration on the vertices. |
981ace7
to
c5f88c3
Compare
Error while checking build/O2/fullCI for c5f88c3 at 2024-08-15 07:27:
Full log here. |
(cherry picked from commit b8782ae)
Label removed, PR is in async-v1-01-16. |
@shahor02 : I am still testing to see if it actually works.
The logic would be to tag the ROFRecords for seeding vertices in any case with corresponding two bits (first iteration, upc iteration). Then tag the tracks ROFs if we found tracks there.
If you believe, I can tag only the track ones using vertices flags and any filtering can be done on a later analysis.